-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/is null #82
Feat/is null #82
Conversation
# Conflicts: # src/main/kotlin/com/sipios/springsearch/QueryVisitorImpl.kt # src/test/kotlin/com/sipios/springsearch/SpringSearchApplicationTest.kt
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
============================================
+ Coverage 83.00% 83.23% +0.22%
- Complexity 123 132 +9
============================================
Files 22 22
Lines 306 328 +22
Branches 43 49 +6
============================================
+ Hits 254 273 +19
+ Misses 28 26 -2
- Partials 24 29 +5 ☔ View full report in Codecov by Sentry. |
src/main/kotlin/com/sipios/springsearch/strategies/ParsingStrategy.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/sipios/springsearch/strategies/ParsingStrategy.kt
Outdated
Show resolved
Hide resolved
…chOperation.NULL)
⚡ Coverage report
|
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
User can not search for null values
Issue Number: 52
What is the new behavior?
User can filter on null /not null values
Does this PR introduce a breaking change?
Other information